home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / internet / ftpmon10.zip / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1996-01-24  |  660b  |  16 lines

  1. /* FTPMon Install script.                                          */
  2. /* Copy all files to the desired target directory and run install. */
  3. SAY "Copy all files to the desired target directory before running"
  4. SAY "this install script.  Press enter to continue or Control-C to quit."
  5. PULL .
  6.  
  7. Call RxFuncAdd 'SysCreateObject', 'REXXUTIL', 'SysCreateObject'
  8. IF SysCreateObject("WPProgram", "FTP Monitor", "<WP_DESKTOP>", ,
  9.                            "EXENAME="DIRECTORY()"\FTPMON.EXE") then
  10.       SAY "FTP Monitor program object created on desktop."
  11. else
  12.       SAY "Could not create FTP Monitor program object."
  13.  
  14. call RxFuncDrop "SysCreateObject"
  15.  
  16.